home *** CD-ROM | disk | FTP | other *** search
/ Windows News 2006 October / wn148cd2.iso / Windows / S'informer / Copernic Desktop Search / copernicdesktopsearchfr.exe / $R0 / 0 / RCDATA / TBASEAPPERRORFRM / TBASEAPPERRORFRM.txt
Text File  |  2006-05-31  |  5KB  |  218 lines

  1. object BaseAppErrorFrm: TBaseAppErrorFrm
  2.   Left = 284
  3.   Top = 133
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = '%APPNAME%'
  7.   ClientHeight = 398
  8.   ClientWidth = 459
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   OnCloseQuery = FormCloseQuery
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object BottomPanel: TPanel
  22.     Left = 0
  23.     Top = 358
  24.     Width = 459
  25.     Height = 40
  26.     Align = alBottom
  27.     BevelOuter = bvNone
  28.     TabOrder = 1
  29.     DesignSize = (
  30.       459
  31.       40)
  32.     object SendBtn: TButton
  33.       Left = 297
  34.       Top = 9
  35.       Width = 75
  36.       Height = 23
  37.       Anchors = [akTop, akRight]
  38.       Caption = '&Send'
  39.       TabOrder = 0
  40.       OnClick = SendBtnClick
  41.     end
  42.     object DontSendBtn: TButton
  43.       Left = 377
  44.       Top = 9
  45.       Width = 75
  46.       Height = 23
  47.       Anchors = [akTop, akRight]
  48.       Cancel = True
  49.       Caption = 'Cancel'
  50.       TabOrder = 1
  51.       OnClick = DontSendBtnClick
  52.     end
  53.   end
  54.   object MainPanel: TCDLPanel2004
  55.     Left = 0
  56.     Top = 0
  57.     Width = 459
  58.     Height = 358
  59.     Font.Charset = DEFAULT_CHARSET
  60.     Font.Color = clWindowText
  61.     Font.Height = -13
  62.     Font.Name = 'Arial'
  63.     Font.Style = [fsBold]
  64.     DrawBottomFrame = True
  65.     Align = alClient
  66.     Caption = 'MainPanel'
  67.     TabOrder = 0
  68.     DesignSize = (
  69.       459
  70.       358)
  71.     object DescriptionLbl: TLabel
  72.       Left = 42
  73.       Top = 41
  74.       Width = 391
  75.       Height = 13
  76.       Anchors = [akLeft, akTop, akRight]
  77.       AutoSize = False
  78.       Color = clBtnFace
  79.       Font.Charset = DEFAULT_CHARSET
  80.       Font.Color = clWindowText
  81.       Font.Height = -11
  82.       Font.Name = 'MS Sans Serif'
  83.       Font.Style = [fsBold]
  84.       ParentColor = False
  85.       ParentFont = False
  86.       Transparent = True
  87.     end
  88.     object Panel3: TPanel
  89.       Left = 42
  90.       Top = 65
  91.       Width = 397
  92.       Height = 276
  93.       Anchors = [akLeft, akTop, akRight, akBottom]
  94.       BevelOuter = bvNone
  95.       Color = clWindow
  96.       FullRepaint = False
  97.       TabOrder = 0
  98.       object AutomaticErrorMsgLbl: TLabel
  99.         Left = 0
  100.         Top = 0
  101.         Width = 397
  102.         Height = 52
  103.         Align = alTop
  104.         Caption = 
  105.           '%APPNAME% has encountered a problem and needs to close. We are s' +
  106.           'orry for the inconvenience. We have created an error report that' +
  107.           ' you can send to help us improve %APPNAME%.'#13#10
  108.         WordWrap = True
  109.       end
  110.       object DetailsMemo: TMemo
  111.         Left = 0
  112.         Top = 67
  113.         Width = 397
  114.         Height = 112
  115.         Align = alClient
  116.         ScrollBars = ssVertical
  117.         TabOrder = 0
  118.         OnKeyPress = DetailsMemoKeyPress
  119.       end
  120.       object CheckBoxesPanel: TPanel
  121.         Left = 0
  122.         Top = 179
  123.         Width = 397
  124.         Height = 97
  125.         Align = alBottom
  126.         BevelOuter = bvNone
  127.         ParentColor = True
  128.         TabOrder = 1
  129.         DesignSize = (
  130.           397
  131.           97)
  132.         object SystemInfoCheckBox: TCheckBox95
  133.           Left = 0
  134.           Top = 5
  135.           Width = 188
  136.           Height = 17
  137.           Anchors = [akLeft, akTop, akRight]
  138.           Caption = '&Add system information to the report'
  139.           Checked = True
  140.           State = cbChecked
  141.           TabOrder = 0
  142.         end
  143.         object StackRegistersCheckBox: TCheckBox95
  144.           Left = 0
  145.           Top = 25
  146.           Width = 156
  147.           Height = 17
  148.           Anchors = [akLeft, akTop, akRight]
  149.           Caption = 'Add &error details to the report'
  150.           Checked = True
  151.           State = cbChecked
  152.           TabOrder = 1
  153.         end
  154.         object ViewPrivacyLink: THyperLink
  155.           Left = 263
  156.           Top = 83
  157.           Width = 134
  158.           Height = 15
  159.           Anchors = [akRight, akBottom]
  160.           WordWrap = False
  161.           Caption = 'View Our Privacy Statement'
  162.           TabOrder = 2
  163.           OnClick = ViewPrivacyLinkClick
  164.         end
  165.         object ViewReportLink: THyperLink
  166.           Left = 153
  167.           Top = 83
  168.           Width = 95
  169.           Height = 15
  170.           Anchors = [akRight, akBottom]
  171.           WordWrap = False
  172.           Caption = 'View Report Details'
  173.           TabOrder = 3
  174.           OnClick = ViewReportLinkClick
  175.         end
  176.         object ContactMeCheckBox: TCheckBox95
  177.           Left = 0
  178.           Top = 45
  179.           Width = 152
  180.           Height = 17
  181.           Anchors = [akLeft, akTop, akRight]
  182.           Caption = 'Please &contact me by email:'
  183.           Checked = True
  184.           State = cbChecked
  185.           TabOrder = 4
  186.           OnClick = ContactMeCheckBoxClick
  187.         end
  188.         object EmailEdit: TEdit
  189.           Left = 159
  190.           Top = 44
  191.           Width = 238
  192.           Height = 21
  193.           Anchors = [akLeft, akTop, akRight]
  194.           TabOrder = 5
  195.         end
  196.       end
  197.       object Panel4: TPanel
  198.         Left = 0
  199.         Top = 52
  200.         Width = 397
  201.         Height = 15
  202.         Align = alTop
  203.         BevelOuter = bvNone
  204.         ParentColor = True
  205.         TabOrder = 2
  206.         object Label6: TLabel
  207.           Left = 0
  208.           Top = 0
  209.           Width = 218
  210.           Height = 13
  211.           Caption = 'Please &describe steps to recreate the problem:'
  212.           FocusControl = DetailsMemo
  213.         end
  214.       end
  215.     end
  216.   end
  217. end
  218.